home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / wc3x / gpaper53.zip / GPAPER.DOC < prev    next >
Text File  |  1992-10-30  |  5KB  |  107 lines

  1.  
  2.  
  3.                        Compu-Paper Generator v5.3
  4.                              Dennis Maidon
  5.                           The Parole Board BBS
  6.                              (919) 965-4696
  7.                    Copyright 1991-92, PAROLE Software
  8.  
  9.  
  10.     GPAPER .EXE will take a normal text file and add the computer paper
  11. or greenbar effect to it.  One thing to remember though, is to keep the
  12. lines of text to 65 columns or shorter.  The program will truncate the
  13. text at 65 columns so you will lose part of the text if it is in a
  14. longer format.
  15.  
  16.      The syntax for the command line is real simple:
  17.  
  18.    GPAPER <textfile to convert> <converted filename> <COLOR>
  19.  
  20.      GPAPER.EXE will by default create a file named "GPAPER" in the
  21. current directory.  The program also adds either an ".SCR" or a ".BBS"
  22. extension to the file depending on whether it is an ANSI or ASCii file.
  23.  GPAPER will also support adding the path along with the desired
  24. filename.  Be sure to place GPAPER.EXE in a directory that in in
  25. your path so that you can execute it from any directory.  DO NOT add an
  26. extension to the <converted filename> on the command line as GPAPER will
  27. now add the correct extension.  When converting files and using the
  28. 'WC3' or "PCB" code, GPaper will only create one (1) file with a ".BBS"
  29. extension. Wildcat! 3.0 and PCBoard strip out the '@' codes and sends
  30. MONO screens to ASCii callers and COLOR to ANSI callers.
  31.  
  32.     COLOR can be BLACK, RED, GREEN, YELLOW, CYAN, MAGENTA, BLUE. The
  33. default is GREEN this paramater is  not case sensitive. If you want
  34. green bars DO NOT enter GREEN on the command line.
  35.  
  36.      You can now set and environment variable that GPaper will read and
  37. add the correct file extensions to support your BBS.  The correct format
  38. is  :  SET GPAPER=WC   Do not put a space before or after the '='.
  39. Include this line in your autoexec.bat or in you maintainance bat file.
  40. After running GPaper you can recover the environment space by adding the
  41. line SET GPAPER=  at the close of the bat file.  The environment
  42. variable must be capitalized for GPaper to pick it up.
  43.  
  44. @ECHO OFF
  45. SET GPAPER=WC
  46. GPAPER C:\WILDCAT\ACTIVITY.LOG   C:\WILDCAT\BULL\BULL99 RED
  47. SET GPAPER=
  48. CAT.BAT
  49.  
  50.     This will read your activity.log and create BULL99.SCR and
  51. BULL99.BBS with RED bars and place them in your bulletin directory.
  52.  
  53.                       ***************************
  54.  
  55. GPAPER supports the following BBS systems:
  56.  
  57.   BBS Type        CODE         ANSI ext     ASCii ext
  58.  
  59.  WILDCAT! 2.x     WC             SCR          BBS
  60.  WILDCAT! 3.0     WC3            BBS           -
  61.  SPITFIRE         SF             CLR          BBS
  62.  REMOTE ACCESS    RA             ANS          ASC
  63.  QBBS             QB             ANS          ASC
  64.  TAG              TG             CLR          MSG
  65.  PCBOARD          PCB            BBS           -
  66.  
  67.  
  68.      There is no charge for the use of GPAPER.EXE as long as you are a
  69. private individual or BBS.  If you feel the intense need to contribute a
  70. few dollars please make a contribution to a worthy children's charity.
  71.  
  72.   --------------------------------------------------------------------
  73.    The ZIP file contains the following files:
  74.  
  75.         GPAPER.EXE      The executable file
  76.         GPAPER.DOC      This documentation
  77.         SAMPLES.ZIP     Samples of output
  78.         GPAPER.HIS      The history of GPaper
  79.  
  80.     The ZIP file will also contain the -AV from The Parole Board BBS.
  81. If this is missing please ask the sysop to Immediately remove the file
  82. from his BBS.  This -AV is your protection that the file is authentic
  83. and has not been tampered with.
  84.  
  85.   --------------------------------------------------------------------
  86.  
  87.         EXCEPT AS PROVIDED ABOVE, PAROLE SOFTWARE DISCLAIMS ALL
  88.        WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT
  89.           LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY AND
  90.          FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE
  91.            PRODUCT.  SHOULD THE PROGRAM PROVE DEFECTIVE, THE
  92.            USER ASSUMES THE RISK OF PAYING THE ENTIRE COST OF
  93.          ALL NECESSARY SERVICING, REPAIR, OR CORRECTION AND ANY
  94.          INCIDENTAL OR CONSEQUENTIAL DAMAGES.  IN NO EVENT WILL
  95.           PAROLE SOFTWARE BE LIABLE FOR ANY DAMAGES WHATSOEVER
  96.            (INCLUDING WITHOUT LIMITATION DAMAGES FOR LOSS OF
  97.        BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS
  98.         INFORMATION AND THE LIKE) ARISING OUT OF THE USE OR THE
  99.          INABILITY TO USE THIS PRODUCT EVEN IF PAROLE SOFTWARE
  100.           HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  101.  
  102.   --------------------------------------------------------------------
  103.  
  104.      GPAPER is written with Turbo Pascal 6.0.  Turbo Pascal is copyright
  105. Borland International.
  106.  
  107.